home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Holt Researcher: American History
/
Holt Researcher: American History.iso
/
pc
/
modules
/
prefs.dxr
/
00027_Sprite Properties.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-01-14
|
275 b
|
12 lines
on SetPuppetState channelList, type, State
if type = #c then
repeat with rc = getAt(channelList, 1) to getAt(channelList, 2)
puppetSprite(rc, State)
end repeat
else
repeat with rc in channelList
puppetSprite(rc, State)
end repeat
end if
end